From d6d69a91a4f4a3a958f8e1f10597b699b9f89535 Mon Sep 17 00:00:00 2001 From: "Eric D. Reichert" Date: Mon, 5 Dec 2016 09:09:41 -0500 Subject: [PATCH] Added -vv to the list of options printed by cargo and its sub commands. --- src/bin/bench.rs | 2 +- src/bin/build.rs | 2 +- src/bin/cargo.rs | 2 +- src/bin/clean.rs | 2 +- src/bin/doc.rs | 2 +- src/bin/fetch.rs | 2 +- src/bin/generate_lockfile.rs | 2 +- src/bin/git_checkout.rs | 2 +- src/bin/init.rs | 2 +- src/bin/install.rs | 2 +- src/bin/login.rs | 2 +- src/bin/metadata.rs | 2 +- src/bin/new.rs | 2 +- src/bin/owner.rs | 2 +- src/bin/package.rs | 2 +- src/bin/pkgid.rs | 2 +- src/bin/publish.rs | 2 +- src/bin/read_manifest.rs | 2 +- src/bin/run.rs | 2 +- src/bin/rustc.rs | 2 +- src/bin/rustdoc.rs | 2 +- src/bin/search.rs | 2 +- src/bin/test.rs | 2 +- src/bin/uninstall.rs | 2 +- src/bin/update.rs | 2 +- src/bin/verify_project.rs | 2 +- src/bin/version.rs | 2 +- src/bin/yank.rs | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/bin/bench.rs b/src/bin/bench.rs index 774b3003c..f1dc5e54b 100644 --- a/src/bin/bench.rs +++ b/src/bin/bench.rs @@ -48,7 +48,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to build benchmarks for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/build.rs b/src/bin/build.rs index 7e6688b41..0544b6383 100644 --- a/src/bin/build.rs +++ b/src/bin/build.rs @@ -49,7 +49,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to compile - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 56a03a010..301015446 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -43,7 +43,7 @@ Options: -V, --version Print version info and exit --list List installed commands --explain CODE Run `rustc --explain CODE` - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/clean.rs b/src/bin/clean.rs index 35146c687..482e89197 100644 --- a/src/bin/clean.rs +++ b/src/bin/clean.rs @@ -30,7 +30,7 @@ Options: --manifest-path PATH Path to the manifest to the package to clean --target TRIPLE Target triple to clean output for (default all) --release Whether or not to clean release artifacts - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/doc.rs b/src/bin/doc.rs index f8b434247..35e7601bf 100644 --- a/src/bin/doc.rs +++ b/src/bin/doc.rs @@ -45,7 +45,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to document - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/fetch.rs b/src/bin/fetch.rs index 877d53869..01bca5f51 100644 --- a/src/bin/fetch.rs +++ b/src/bin/fetch.rs @@ -22,7 +22,7 @@ Usage: Options: -h, --help Print this message --manifest-path PATH Path to the manifest to fetch dependencies for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/generate_lockfile.rs b/src/bin/generate_lockfile.rs index 40717435f..70365505f 100644 --- a/src/bin/generate_lockfile.rs +++ b/src/bin/generate_lockfile.rs @@ -24,7 +24,7 @@ Usage: Options: -h, --help Print this message --manifest-path PATH Path to the manifest to generate a lockfile for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/git_checkout.rs b/src/bin/git_checkout.rs index 268776c7b..f2e9f6091 100644 --- a/src/bin/git_checkout.rs +++ b/src/bin/git_checkout.rs @@ -22,7 +22,7 @@ Usage: Options: -h, --help Print this message - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/init.rs b/src/bin/init.rs index 1b69a2204..d585ce03d 100644 --- a/src/bin/init.rs +++ b/src/bin/init.rs @@ -32,7 +32,7 @@ Options: --bin Use a binary (application) template --lib Use a library template --name NAME Set the resulting package name - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/install.rs b/src/bin/install.rs index c27db56ff..448e17419 100644 --- a/src/bin/install.rs +++ b/src/bin/install.rs @@ -57,7 +57,7 @@ Build and install options: --bin NAME Only install the binary NAME --example EXAMPLE Install the example EXAMPLE instead of binaries --root DIR Directory to install packages into - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet Less output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/login.rs b/src/bin/login.rs index 6bb3618da..1202c82aa 100644 --- a/src/bin/login.rs +++ b/src/bin/login.rs @@ -26,7 +26,7 @@ Usage: Options: -h, --help Print this message --host HOST Host to set the token for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/metadata.rs b/src/bin/metadata.rs index 7971d0707..f7be16c57 100644 --- a/src/bin/metadata.rs +++ b/src/bin/metadata.rs @@ -35,7 +35,7 @@ Options: --manifest-path PATH Path to the manifest --format-version VERSION Format version [default: 1] Valid values: 1 - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/new.rs b/src/bin/new.rs index 7b7ab664b..d0bd81039 100644 --- a/src/bin/new.rs +++ b/src/bin/new.rs @@ -32,7 +32,7 @@ Options: --bin Use a binary (application) template --lib Use a library template --name NAME Set the resulting package name - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/owner.rs b/src/bin/owner.rs index 4c6976aa7..10fd84f8c 100644 --- a/src/bin/owner.rs +++ b/src/bin/owner.rs @@ -29,7 +29,7 @@ Options: -l, --list List owners of a crate --index INDEX Registry index to modify owners for --token TOKEN API token to use when authenticating - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/package.rs b/src/bin/package.rs index f3f95a99c..0292bb7ba 100644 --- a/src/bin/package.rs +++ b/src/bin/package.rs @@ -32,7 +32,7 @@ Options: --allow-dirty Allow dirty working directories to be packaged --manifest-path PATH Path to the manifest to compile -j N, --jobs N Number of parallel jobs, defaults to # of CPUs - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/pkgid.rs b/src/bin/pkgid.rs index e18a505bf..536cfa199 100644 --- a/src/bin/pkgid.rs +++ b/src/bin/pkgid.rs @@ -25,7 +25,7 @@ Options: -h, --help Print this message -p SPEC, --package SPEC Argument to get the package id specifier for --manifest-path PATH Path to the manifest to the package to clean - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/publish.rs b/src/bin/publish.rs index 56db84d17..1228b294e 100644 --- a/src/bin/publish.rs +++ b/src/bin/publish.rs @@ -34,7 +34,7 @@ Options: --manifest-path PATH Path to the manifest of the package to publish -j N, --jobs N Number of parallel jobs, defaults to # of CPUs --dry-run Perform all checks without uploading - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/read_manifest.rs b/src/bin/read_manifest.rs index dfff8a78e..a663cda4a 100644 --- a/src/bin/read_manifest.rs +++ b/src/bin/read_manifest.rs @@ -20,7 +20,7 @@ Usage: Options: -h, --help Print this message - -v, --verbose Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) --manifest-path PATH Path to the manifest --color WHEN Coloring: auto, always, never "; diff --git a/src/bin/run.rs b/src/bin/run.rs index 1e7089a75..45f1cd940 100644 --- a/src/bin/run.rs +++ b/src/bin/run.rs @@ -40,7 +40,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to execute - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/rustc.rs b/src/bin/rustc.rs index a73088bfd..9de83c46e 100644 --- a/src/bin/rustc.rs +++ b/src/bin/rustc.rs @@ -52,7 +52,7 @@ Options: --no-default-features Do not compile default features for the package --target TRIPLE Target triple which compiles will be for --manifest-path PATH Path to the manifest to fetch dependencies for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/rustdoc.rs b/src/bin/rustdoc.rs index 0d159f47a..8591ecee4 100644 --- a/src/bin/rustdoc.rs +++ b/src/bin/rustdoc.rs @@ -50,7 +50,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to document - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/search.rs b/src/bin/search.rs index eebe34988..5bc518f65 100644 --- a/src/bin/search.rs +++ b/src/bin/search.rs @@ -25,7 +25,7 @@ Usage: Options: -h, --help Print this message --host HOST Host of a registry to search in - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --limit LIMIT Limit the number of results (default: 10, max: 100) diff --git a/src/bin/test.rs b/src/bin/test.rs index c28ff8fc4..4401dc1d9 100644 --- a/src/bin/test.rs +++ b/src/bin/test.rs @@ -53,7 +53,7 @@ Options: --no-default-features Do not build the `default` feature --target TRIPLE Build for the target triple --manifest-path PATH Path to the manifest to build tests for - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --message-format FMT Error format: human, json [default: human] diff --git a/src/bin/uninstall.rs b/src/bin/uninstall.rs index b5c827e7a..9f3c33af1 100644 --- a/src/bin/uninstall.rs +++ b/src/bin/uninstall.rs @@ -25,7 +25,7 @@ Options: -h, --help Print this message --root DIR Directory to uninstall packages from --bin NAME Only uninstall the binary NAME - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet Less output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/update.rs b/src/bin/update.rs index 6cf1e7986..ede94bb0f 100644 --- a/src/bin/update.rs +++ b/src/bin/update.rs @@ -30,7 +30,7 @@ Options: --aggressive Force updating all dependencies of as well --precise PRECISE Update a single dependency to exactly PRECISE --manifest-path PATH Path to the crate's manifest - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/verify_project.rs b/src/bin/verify_project.rs index 726e1ab35..be498942a 100644 --- a/src/bin/verify_project.rs +++ b/src/bin/verify_project.rs @@ -30,7 +30,7 @@ Usage: Options: -h, --help Print this message --manifest-path PATH Path to the manifest to verify - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date diff --git a/src/bin/version.rs b/src/bin/version.rs index 24ef5aea3..d809d1ddd 100644 --- a/src/bin/version.rs +++ b/src/bin/version.rs @@ -14,7 +14,7 @@ Usage: Options: -h, --help Print this message - -v, --verbose Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) --color WHEN Coloring: auto, always, never "; diff --git a/src/bin/yank.rs b/src/bin/yank.rs index 760e8cb80..d7fdf7752 100644 --- a/src/bin/yank.rs +++ b/src/bin/yank.rs @@ -27,7 +27,7 @@ Options: --undo Undo a yank, putting a version back into the index --index INDEX Registry index to yank from --token TOKEN API token to use when authenticating - -v, --verbose ... Use verbose output + -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never --frozen Require Cargo.lock and cache are up to date -- 2.30.2